home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #4 / K-CD-4-2002.ISO / Empire Earth / EEDemo.exe / Disk1 / data.ssa / unit ai scripts_volcano.tai < prev   
Encoding:
Text File  |  2001-09-29  |  237 b   |  13 lines

  1. // Include generic death for morbid conformance
  2. #include("Generic Death.tai")
  3.  
  4. // Attack ai for Volcano unit (calamity)
  5. Idle
  6. {
  7.     ChooseRandomVolcanoTarget true(AttackLocation)
  8. }
  9.  
  10. AttackLocation
  11. {
  12.     ReadyToFireAgain true(Idle)
  13. }